home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / compress / unz530x3.zip / COPYING next >
Text File  |  1997-03-25  |  10KB  |  189 lines

  1. __________________________________________________________________________
  2.  
  3.   This is the Info-ZIP file COPYING (for UnZip), last updated 25 Mar 97.
  4. __________________________________________________________________________
  5.  
  6.    There are currently four explicit copyrights on portions of UnZip
  7.    code (at least, of which Info-ZIP is aware):  the original Sam Smith
  8.    copyright on unzip 2.0, upon which Info-ZIP's UnZip 3.0 was based;
  9.    Igor Mandrichenko's copyright on his routines in vms.c; Greg Roelofs'
  10.    copyright on zipinfo.c and the new version of unshrink.c; and Steve
  11.    P. Miller's copyright on the Pocket UnZip GUI (wince/*).  In addition,
  12.    Mark Adler has placed inflate.h, inflate.c, explode.c and funzip.c
  13.    into the public domain; i.e., these files may be used without any
  14.    restrictions beyond those of simple courtesy (credit where it's due).
  15.    All of these are discussed immediately below; the remaining code is
  16.    covered by an implicit copyright under US law.  Frequently Asked
  17.    Questions regarding (re)distribution of Zip and UnZip are near the
  18.    end of this file.
  19.  
  20.    There are no known patents on any of the code in UnZip.  Unisys
  21.    claims a patent on LZW encoding and on LZW decoding _in an apparatus
  22.    that performs LZW encoding_, but the patent appears to exempt a lone
  23.    decoder (as in UnZip's unshrink.c).  Unisys has publicly claimed
  24.    otherwise, but the issue has never been tested in court.  Since this
  25.    point is unclear, unshrinking is not enabled by default.  It is the
  26.    responsibility of the user to make his or her peace with Unisys and
  27.    its licensing requirements.  (unshrink.c may be removed from future
  28.    releases altogether.)
  29. __________________________________________________________________________
  30.  
  31.    The original unzip source code has been extensively modified and
  32.    almost entirely rewritten (changes include random zipfile access
  33.    rather than sequential; replacement of unimplode() with explode();
  34.    replacement of old unshrink() with new (unrelated) unshrink(); re-
  35.    placement of output routines; addition of inflate(), wildcards,
  36.    filename-mapping, text translation, ...; etc.).  As far as we can
  37.    tell, the only remaining code that is substantially similar to
  38.    Mr. Smith's is that in the file unreduce.c, which now by default
  39.    is NOT compiled.  The following copyright applies to unreduce.c:
  40.  
  41.      * Copyright 1989 Samuel H. Smith;  All rights reserved
  42.      *
  43.      * Do not distribute modified versions without my permission.
  44.      * Do not remove or alter this notice or any other copyright notice.
  45.      * If you use this in your own program you must distribute source code.
  46.      * Do not use any of this in a commercial product.
  47.  
  48.    Regarding the first stipulation, Mr. Smith was tracked down in southern
  49.    California some years back [Samuel H. Smith, The Tool Shop; as of mid-
  50.    May 1994, (213) 851-9969 (voice), (213) 887-2127(?) (subscription BBS),
  51.    71150.2731@compuserve.com]:
  52.  
  53.    "He says that he thought that whoever contacted him understood that
  54.     he has no objection to the Info-ZIP group's inclusion of his code.
  55.     His primary concern is that it remain freely distributable, he said."
  56.  
  57.    Despite the fact that our "normal" code has been entirely rewritten
  58.    and by default no longer contains any of Mr. Smith's code, Info-ZIP
  59.    remains indebted and grateful to him.  We hope he finds our contribu-
  60.    tions as useful as we have his.
  61.  
  62.    Note that the third and fourth stipulations still apply to any com-
  63.    pany that wishes to incorporate the unreduce code into its products;
  64.    if you wish to do so, you must contact Mr. Smith directly regarding
  65.    licensing.
  66.  
  67.  
  68.    The following copyright applies to most of the VMS code in vms.c,
  69.    distributed with UnZip versions 4.2 and later:
  70.  
  71.      * Copyright (c) 1992 Igor Mandrichenko.
  72.      * Permission is granted to any individual or institution to use,
  73.      * copy, or redistribute this software so long as all of the orig-
  74.      * inal files are included unmodified, that it is not sold for
  75.      * profit, and that this copyright notice is retained.
  76.  
  77.  
  78.    The following copyright applies to the new version of unshrink.c,
  79.    distributed with UnZip versions 5.2 and later:
  80.  
  81.      * Copyright (c) 1994 Greg Roelofs.
  82.      * Permission is granted to any individual/institution/corporate
  83.      * entity to use, copy, redistribute or modify this software for
  84.      * any purpose whatsoever, subject to the conditions noted in the
  85.      * Frequently Asked Questions section below, plus one additional
  86.      * condition:  namely, that my name not be removed from the source
  87.      * code.  (Other names may, of course, be added as modifications
  88.      * are made.)  Corporate legal staff (like at IBM :-) ) who have
  89.      * problems understanding this can contact me through Zip-Bugs...
  90.  
  91.  
  92.    The following copyright applies to the Windows CE GUI port, ``Pocket
  93.    UnZip,'' distributed with UnZip versions 5.3 and later:
  94.  
  95.      * All the source files for Pocket UnZip, except for components
  96.      * written by the Info-ZIP group, are copyrighted 1997 by Steve P.
  97.      * Miller.  The product "Pocket UnZip" itself is property of the
  98.      * author and cannot be altered in any way without written consent
  99.      * from Steve P. Miller.
  100.  
  101.  
  102.    The remaining code was written by many people associated with the
  103.    Info-ZIP group, with large contributions from (but not limited to):
  104.    Greg Roelofs (overall program logic, ZipInfo, unshrink, filename
  105.    mapping/portability, etc.), Mark Adler (inflate, explode, funzip),
  106.    Kai Uwe Rommel (OS/2), John Bush and Paul Kienitz (Amiga), Antoine
  107.    Verheijen (Macintosh), Hunter Goatley (more VMS), Mike White (Windows
  108.    DLLs), Christian Spieler (overall logic, optimization, etc.) and
  109.    others.  See the file CONTRIBS in the source distribution for a much
  110.    more complete list of contributors.  As noted above, Mark Adler's
  111.    inflate.[ch], explode.c and funzip.c are in the public domain, and
  112.    everything that isn't otherwise accounted for is implicitly copy-
  113.    righted by Info-ZIP.  In other words, use it with our blessings, but
  114.    it's still our code.  Thank you!
  115.  
  116. --------------------------------------------------------------------------
  117.  
  118.    Frequently Asked Questions about distributing Zip and UnZip:
  119.  
  120.  
  121.    Q. Can I distribute Zip and UnZip sources and/or executables?
  122.  
  123.    A. You may redistribute the latest official distributions without
  124.       any modification, and without even asking us for permission.
  125.       (Note that an "executable distribution" includes documentation,
  126.       even if it's in a separate zipfile; plain executables do NOT
  127.       count.)  You can charge for the cost of the media (CDROM, disk-
  128.       ettes, etc.), the compilation (e.g., of a software archive),
  129.       and a small copying fee.  Distributed archives should follow
  130.       the naming conventions used in the `Where' file.  If you want
  131.       to distribute modified versions, please contact us at
  132.       Zip-Bugs@lists.wku.edu first.  You must not distribute beta
  133.       versions without explicit permission to do so.
  134.  
  135.  
  136.    Q. Can I use the executables (or DLLs) of Zip and UnZip to distribute
  137.       my software?
  138.  
  139.    A. Yes, so long as it is clear that Zip and UnZip are not being
  140.       sold, that the source code is freely available, and that there
  141.       are no extra or hidden charges resulting from its use by or in-
  142.       clusion with the commercial product.  Here is an example of a
  143.       suitable notice:
  144.  
  145.          NOTE:  <Product> is packaged on this CD using Info-ZIP's
  146.          compression utility.  The installation program uses UnZip
  147.          to read zip files from the CD.  Info-ZIP's software (Zip,
  148.          UnZip and related utilities) is free and can be obtained
  149.          as source code or executables from various bulletin board
  150.          services and Internet/WWW sites, including CompuServe's
  151.          IBMPRO forum and ftp://ftp.cdrom.com/pub/infozip/ .
  152.  
  153.       If the distribution is being done with UnZipSFX instead of a DLL
  154.       or stand-alone copy of UnZip (i.e., as one or more self-extracting
  155.       archives), no notice is required as long as the normal UnZipSFX
  156.       banner has not been removed.
  157.  
  158.  
  159.    Q. Can I use the source code of Zip and UnZip in my commercial
  160.       application?
  161.  
  162.    A. Yes, so long as you include in your product an acknowledgment
  163.       and an offer of the original compression sources for free or for
  164.       a small copying fee, and make clear that there are no extra or
  165.       hidden charges resulting from the use of the compression code by
  166.       your product (see below for an example).  The acknowledgment should
  167.       appear in at least one piece of human-readable documentation (e.g.,
  168.       a README file or man page), although additionally putting it in
  169.       the executable(s) is OK, too.  In other words, you are allowed to
  170.       sell only your own work, not ours, and we'd like a little credit.
  171.       (Note the additional restrictions above on the code in unreduce.c,
  172.       unshrink.c and vms.c.)  Contact us at zip-bugs@lists.wku.edu if
  173.       you have special requirements.  We also like to know when our code
  174.       is being used, but we don't require that.
  175.  
  176.          <Product> incorporates compression code by the Info-ZIP group.
  177.          There are no extra charges or costs due to the use of this code,
  178.          and the original compression sources are freely available from
  179.          ftp://ftp.cdrom.com/pub/infozip/ on the Internet.  We will also,
  180.          upon request, mail you the full sources on a 3.5" MSDOS-format
  181.          diskette for the cost of mailing.  Send $2 to <address> and ...
  182.  
  183.       If you only need compression capability, not full zipfile support,
  184.       you might want to look at zlib instead; it has fewer restrictions
  185.       on commercial use.  See http://www.cdrom.com/pub/infozip/zlib/ .
  186.  
  187. __________________________________________________________________________
  188.  
  189.